home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Security
/
Spybot Search and Destroy 1.6
/
spybotsd160.exe
/
{app}
/
SDShred.exe
/
0
/
RCDATA
/
TDLGABOUT
/
TDLGABOUT.txt
< prev
Wrap
Text File
|
2008-07-07
|
2KB
|
121 lines
object dlgAbout: TdlgAbout
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'About ...'
ClientHeight = 209
ClientWidth = 393
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
DesignSize = (
393
209)
PixelsPerInch = 96
TextHeight = 13
object labelLegal: TLabel
Left = 8
Top = 128
Width = 377
Height = 41
Alignment = taCenter
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
ShowAccelChar = False
WordWrap = True
ExplicitTop = 120
end
object labelProduct: TLabel
Left = 8
Top = 8
Width = 377
Height = 33
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'A quality SNL product'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
ShowAccelChar = False
end
object labelVersion: TLabel
Left = 48
Top = 44
Width = 185
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Version unknown'
end
object imgSNLLogo: TImage
Left = 248
Top = 40
Width = 137
Height = 65
Picture.Data = {<image000.bmp>}
end
object labelDescription: TLabel
Left = 48
Top = 64
Width = 193
Height = 49
Anchors = [akLeft, akTop, akRight]
AutoSize = False
ShowAccelChar = False
WordWrap = True
end
object imgIcon: TImage
Left = 8
Top = 46
Width = 32
Height = 32
Picture.Data = {<image001.bmp>}
Transparent = True
end
object bnOk: TButton
Left = 304
Top = 176
Width = 81
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object bnTranslations: TButton
Left = 8
Top = 176
Width = 81
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Translations'
TabOrder = 2
Visible = False
OnClick = bnTranslationsClick
end
object bnUpdates: TButton
Left = 208
Top = 176
Width = 81
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Updates'
TabOrder = 1
Visible = False
OnClick = bnUpdatesClick
end
end